CommonStyles Class

Represents common styles used in a document. A common style is a style chosen by a user for a document or some portion thereof.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class CommonStyles
Inheritance
Object    CommonStyles

Constructors

CommonStyles Initializes a new instance of the CommonStyles class.

Properties

AutomaticStyles Contains the automatic style.
BibliographyConfiguration Specifies how bibliography entries are displayed in-line, and how they are displayed in a bibliography index.
DefaultCellStyle Contains the default styles of the cell.
DefaultChartStyle Contains the default styles of the char.
DefaultColumnStyle Contains the default styles of the column.
DefaultDrawingPageStyle Contains the default styles of the drawing page.
DefaultGraphicStyle Contains the default styles of the graphic.
DefaultParagraphStyle Contains the default styles of the paragraph.
DefaultRowStyle Contains the default styles of the row.
DefaultRubyStyle Contains the default styles of the ruby.
DefaultSectionStyle Contains the default styles of the selection.
DefaultTableStyle Contains the default styles of the table.
DefaultTextStyle Contains the default styles of the text.
FillImages Contains a collection of FillImage objects.
Fonts Contains all the font face declarations for a document.
Gradients Contains a collection of Gradient objects.
Hatchs Contains a collection of Hatch objects.
LinearGradients Contains a collection of LinearGradient objects.
LineNumberingConfiguration Contains the line numbering.
Markers Contains a collection of Marker objects.
MasterStyles Contains the master style.
NotesConfigurations Contains a collection of NotesConfiguration objects.
OpacityGradients Contains a collection of OpacityGradient objects.
OutlineLevelStyles Contains a collection of OutlineLevelStyle objects.
RadialGradients Contains a collection of RadialGradient objects.
StrokeDashs Contains a collection of StrokeDash objects.
Styles Contains a collection of Style objects.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current CommonStyles object to its equivalent string representation.
(Overrides ObjectToString)

See Also